Crate gemm

source ·

Structs

  • A 16-bit floating point type implementing the IEEE 754-2008 standard binary16 a.k.a “half” format.

Enums

Functions

  • gemm
    dst := alpha×dst + beta×lhs×rhs

Type Aliases